BODY{
    margin-top: 0;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
IMG.mainpic{
    width: 100%;
    height: auto;
}
H1{
    margin-top: 64px;
    margin-bottom: 0;
    padding: 0;
    font-size: 48pt;
    font-weight: bold;
    color: black;
}
P{
    font-size: 14pt;
    color: #515151;
    line-height: 1.5;
}
A.red{
    color: #EF4035;
    text-decoration: none;
}
A.red:hover{
    color: black;
}
A.butono{
    margin-top: 48px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 216px;
    height: 62px;
    display: block;
    text-decoration: none;
    background-image: url('../images/butono-iku.jpg');
}
A.butono:hover{
    background-image: url('../images/butono-iku2.jpg');
}
.common_block{
    font-family: Arial;
    width: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.column_block{
    font-family: Arial;
    width: 860px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.column{
    margin-top: 32px; 
    width: 430px;
    display: block;
    float: left;
}
.hidden_block{
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  width: 80%;
  background-color: #EFEFEF;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  display: none;
}
.hidden_link{
    font-size: 16pt;
    font-weight: bold;
    color: #008000;
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: pointer;
}
.green{
    color: #6C3317;
}
